Unauthorize Inactive Users
The company's security policies might require that users who have been idle for a specific number of days are forbidden access to the company's resources.
FintechOS provides you with two SDK functions which enable you to identify any inactive FintechOS users and disable their access as an extra security measure for protecting your FintechOS resources against unauthorized access:
inactiveUsers(int daysOfInactivity)- get the list of users who have not been active in FintechOS in the last number of days specified by the daysOfInactivity parameter.unauthorizeUser(string userName)- makes the user who has the username specified by the userName parameter not authorized.